2004-07-09 Mark A. Hershberger <mah@everybody.org>
authorMark A. Hershberger <mah@everybody.org>
Fri, 9 Jul 2004 14:21:12 +0000 (14:21 +0000)
committerMark A. Hershberger <mah@everybody.org>
Fri, 9 Jul 2004 14:21:12 +0000 (14:21 +0000)
commit646126f52b0fb35ff244a016498f5bc339250781
tree6c53f5c1f5baa35b65442346095f42432f759430
parent534d10fd42d8ad0ab55b1c3cbb011d8b6110bfd4
2004-07-09  Mark A. Hershberger  <mah@everybody.org>

* xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
form
(("ns" . "element") (attr-list) children) instead of
((:ns . "element") (attr-list) children) in order to reduce the
number of symbols used.
(xml-skip-dtd): Change to use xml-parse-dtd but set
xml-validating-parsing to nil.
(xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
(xml-substitute-entity): Remove in favor of new entity substitution.
(xml-substitute-special): Rewrite in to substitute complex
entities from DOCTYPE declarations.
(xml-parse-fragment): Parse fragments from entity deleclarations.
(xml-parse-region, xml-parse-tag, xml-parse-attlist)
(xml-parse-dtd, xml-substitute-special): Make validity checks
conditioned on xml-validating-parser.  Add "Not Well Formed" to
error messages about well-formedness.
lisp/xml.el